National Repository of Grey Literature 45 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Photorealistic Rendering
Lysek, Tomáš ; Kučiš, Michal (referee) ; Zemčík, Pavel (advisor)
The thesis describes implementation of photorealistic method. The first part describes the procedures and techniques, that are used to display photorealistic scenes such as raytracing, radiosity or photon mapping and other techniques used in computer graphics. The second part of thesis is focused on evaluation of current state of problem. In this part is also described reason of choosing this topic and thesis assignment is there more specified. The last part of thesis is focused on implementation details of photorealistic method.
Fast Computation of Ray-Triangle Intersection
Procházka, Václav ; Havel, Jiří (referee) ; Herout, Adam (advisor)
In this thesis we try to examine speed of 6 methods for ray-triangle intersection computation, which is elementary operation performed in raytracing. We examine their software implementations in C++ and SSE, for both single-ray and 4-ray packet implementation, as well as their hypothetical hardware implementation. Methods are tested with both randomly generated and real scenes and best results were measured for method Havel Herout (SSE4) among single-ray implementations and Shevtsov's method (SSE) among ray-packet implementations, where Shevtsov's method is of those two more suitable for hardware implementation.
Frameless Rendering
Najman, Pavel ; Pečiva, Jan (referee) ; Havel, Jiří (advisor)
The aim of this work is to create a simple raytracer with IPP library, which will use the frameless rendering technique. The first part of this work focuses on the raytracing method. The next part analyzes the frameless rendering technique and its adaptive version with focus on adaptive sampling. Third part describes the IPP library and implementation of a simple raytracer using this library. The last part evaluates the speed and rendering quality of the implemented system.
Fast Implementation of Geometric Algorithms
Krba, Martin ; Jošth, Radovan (referee) ; Havel, Jiří (advisor)
One of the most often used calculations in computer graphics is detection of collision between ray of light and triangle on the surface of object in 3D space. This frequent usage is motivation to search for the best methods for this calculations. This thesis contains explanation of basics of this topic and also testing of methods with real input data to better and accurate comparison.
Realistic Visualisation of Alcoholic Beverages Using Distributed Raytracing
Fabík, Jiří ; Maršík, Lukáš (referee) ; Polok, Lukáš (advisor)
This work is about a realistic visualization technique called raytracing. It studies its original form, its extensions and optimizations. Raytracing casts rays through pixels and follows their propagation in the scene, according to the physical laws. It enables rendering of correct shadows, reflections and refractions. Distributed raytracing serves for better visualization and advanced effects. One ray is replaced with a beam of rays that allows soft shadows, fuzzy translucency, depth of field and antialiasing. With the increasing number of rays, the render time rises as well, so it is needed to use some optimization techniques and tools. A way of using this rendering method for visualization of alcoholic beverages is also described.
Real-Time Ray Tracing
Jadavan, Rostislav ; Španěl, Michal (referee) ; Herout, Adam (advisor)
This work deals with image rendering using raytracing in realtime. After short introduction to raytracing, different technics to compute raytracing in realtime is described. Most of them can be aplied to current computers. Last part shows implementation and test results.
GPU Raytracer for OSG
Kantor, Jiří ; Horváth, Zsolt (referee) ; Starka, Tomáš (advisor)
This work describes creation of a simple raytracer for OpenSceneGraph, which performs its operations on the graphics card. Things, that needed to be done in OpenSceneGraph in order to pass data to the GPU and also several ray-triangle intersection methods, are described in this work.
Fast Ray-Triangle Intersection
Havel, Jiří ; Zemčík, Pavel (referee) ; Herout, Adam (advisor)
Triangle is the mostly used primitive in computer graphics. Calculation of its intersection with a ray has many applications and is often a bottleneck of a program. This work focuses on its usage and various methods of calculation. It tries to combine these techniques to achieve high performance on modern processors.
Rendering Biliard Balls Using Distributed Ray Tracing
Krivda, Marian ; Juránek, Roman (referee) ; Herout, Adam (advisor)
This thesis is concerned in the method of realistic rendering using a distributed raytracing. This method simulates various visual effects and generates high realistic 2D images. The work analyses the problem and explains principles of solution related to this technique. There is also descriprion of the method of simple reytracing which provides a basis for the distributed raytracing. A part of work is specialized for optimalization of distributed raytracing.
Fast Ray-Triangle Intersection
Horák, František ; Navrátil, Jan (referee) ; Havel, Jiří (advisor)
This work contains a few basic terms of analytical geometry. We mention some of ray-triangle intersection computation algorithms and present some use-case examples. We discuss capabilities of CUDA, optimization techniques of this architecture and implementation with focus on given issues. Algorithms of ray-triangle intersection are tested and results are discussed.

National Repository of Grey Literature : 45 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.